home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / hyperlabels_2.0 / card_16764.txt < prev    next >
Text File  |  1990-03-22  |  1KB  |  55 lines

  1. -- card: 16764 from stack: in.0
  2. -- bmap block id: 5366
  3. -- flags: 0000
  4. -- background id: 15882
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  10. end openCard
  11.  
  12. on closeCard
  13.   show menuBar
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=467 top=300 right=328 bottom=504
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 1012 / 1012
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Return
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect iris close
  32.   go to first card of stack
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=257 top=284 right=319 bottom=291
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 2507 / 2507
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: New Button
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   go to card id 5738
  52. end mouseUp
  53.  
  54.  
  55.